sync.poolDequeue.popTail (method)
2 uses
	sync (current package)
		poolqueue.go#L147: func (d *poolDequeue) popTail() (any, bool) {
		poolqueue.go#L279: 		if val, ok := d.popTail(); ok {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)